home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / thisobj.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  527 b   |  19 lines

  1. .TH THISOBJ
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. THISOBJ
  5.  
  6.  
  7.  
  8.  NumericType THISOBJ( StringType Object )
  9.  
  10. Returns the object type of the given name of an Object. This can
  11. be one of the constants,
  12.  
  13.     UNDEF_TYPE        VECTOR_TYPE       MATRIX_TYPE       SURFACE_TYPE     
  14.     NUMERIC_TYPE      POINT_TYPE        POLY_TYPE         TRIMSRF_TYPE     
  15.     STRING_TYPE       CTLPT_TYPE        CURVE_TYPE        TRIVAR_TYPE      
  16.  
  17. This is also a way to ask if an object by a given name do exist (if the
  18. returned type is UNDEF_TYPE or not).
  19.